home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / xa / NamespaceWindow$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-30  |  982 b   |  22 lines

  1. package com.extensibility.xa;
  2.  
  3. import java.awt.event.WindowAdapter;
  4. import java.awt.event.WindowEvent;
  5.  
  6. class NamespaceWindow$1 extends WindowAdapter {
  7.    // $FF: synthetic field
  8.    final NamespaceWindow this$0;
  9.  
  10.    public void windowActivated(WindowEvent var1) {
  11.       this.this$0.declarationFocused(this.this$0.table.getSelectedDecl());
  12.    }
  13.  
  14.    public void windowOpened(WindowEvent var1) {
  15.       this.this$0.table.select(0, 2);
  16.    }
  17.  
  18.    NamespaceWindow$1(NamespaceWindow var1) {
  19.       this.this$0 = var1;
  20.    }
  21. }
  22.